/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
.lhs-navbar {
  background-color: rgba(255, 255, 255, 1);
}

.lhs-navbar .navbar-brand .logo {
  margin-right: 0.5rem;
}

@font-face {
  font-family: FZZYJW--GB1-0;
  src: url(fonts/FZZYJW.TTF) format('truetype');
}

.lhs-navbar .navbar-brand {
  font-family: FZZYJW--GB1-0;
  font-size: 24px;
  margin-top: 4px;
  color: #fff !important;
  margin-right: 2rem;
}

.lhs-navbar .navbar-brand .logo {
  margin-top: -2px;
}

.lhs-navbar-nav .nav-item > a {
  font-size: 14px;
  color: rgb(0, 0, 0) !important;
}

.lhs-navbar-nav .nav-item {
  margin-right: 1.25rem;
}

@media (max-width: 45em) {
  .lhs-navbar-text .btn {
    display: none;
  }

  .lhs-navbar {
    background-color: #2a303c;
  }

  .lhs-navbar .navbar-brand {
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 30px;
    height: 30px;
    margin-right: 1rem;
  }

  .lhs-navbar .dropdown-menu {
    background-color: #212529;
  }

  .lhs-navbar .nav-link {
    outline: 0;
    border: none;
  }

  .lhs-navbar .dropdown-menu li.subnav-title {
    border-bottom: 1px solid #aaa;
  }

  .lhs-navbar .dropdown-menu li a,
  .lhs-navbar .dropdown-menu li.subnav-title {
    color: #ddd;
  }

  .fixed-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .fixed-top img.logo {
    /* height: 32px;
    width: 32px; */
  }

  body {
    padding-top: 0;
  }

  body > header {
    margin-top: 40px;
  }

  .lhs-dropdown-menu ul {
    margin: 0 !important;
    padding: 6px 18px;
  }
}

@media (min-width: 34em) {
  .lhs-dropdown-menu.products {
    min-width: 35rem !important;
  }

  .lhs-dropdown-menu.solutions {
    min-width: 15rem !important;
  }

  .lhs-dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
}

.lhs-dropdown-menu ul {
  list-style: none;
  margin: 5px 10px 16px 0;
  background-color: inherit;
}

.lhs-dropdown-menu ul li {
  line-height: 24px;
  margin-bottom: 4px;
}

.lhs-dropdown-menu ul li.subnav-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.lhs-dropdown-menu ul li > a {
  font-family: SourceHanSansCN-Regular;
  color: #666;
  font-size: 12px;
  padding: 2.5px 1px;
  text-decoration: none;
}

.lhs-dropdown-menu > ul > li:not(.subnav-title):focus > a,
.lhs-navbar-nav
  .nav-item.show
  > a
  .lhs-dropdown-menu
  > ul
  > li:not(.subnav-title):hover
  > a,
.lhs-navbar-nav .nav-item:focus > a,
.lhs-navbar-nav .nav-item:hover > a {
  color: #00cdac !important;
}

.lhs-navbar-text {
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #fff !important;
}

.lhs-navbar-text .earphone {
  height: 100%;
  margin-right: 0.5rem;
}

.lhs-navbar-text .btn {
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  color: #fff !important;
  margin-left: 0.75rem;
  background-image: linear-gradient(90deg, #273f96 0, #099afc 100%),
    linear-gradient(#5e616a, #5e616a);
  background-blend-mode: normal, normal;
  border-radius: 4px;
}

footer > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.lhs-footer {
  position: relative;
  z-index: 20;
  font-family: PingFang-SC-Medium;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  background-color: #303c56;
}

.lhs-footer .container-fluid .lhs-row:first-child {
  background-color: #353535;
}

.lhs-footer .container-fluid .lhs-row:last-child {
  background-color: #292929;
}

.lhs-footer .lhs-row .lhs-card .card-body .row {
  margin-left: auto;
  margin-right: auto;
}

.lhs-footer .portfolio-item {
  margin: 10px 0;
}

.lhs-footer .lhs-row .lhs-card div:first-child a {
  font-size: 15px;
  color: #efefef !important;
  cursor: pointer;
}

.lhs-footer .lhs-row .lhs-card div > a {
  text-decoration: none;
}

.lhs-footer .lhs-row .lhs-card div > a:focus,
.lhs-footer .lhs-row .lhs-card div > a:hover {
  color: #00cdac !important;
}

.lhs-footer .lhs-row .lhs-card .contact {
  font-size: 15px;
  color: #666;
}

.lhs-footer .lhs-row .lhs-card .copyright-text,
.lhs-footer .lhs-row .lhs-card div .copyright-text a {
  font-size: 12px;
  color: #666 !important;
  margin-top: 0.5rem;
}

.fixed-btn {
  position: fixed;
  right: 1%;
  bottom: 5%;
  border: 1px solid transparent;
  background-color: transparent;
  z-index: 1040;
}

.fixed-btn > a:not(:last-child) {
  margin-bottom: 0.25rem;
}

.fixed-btn .btn.advisory,
.fixed-btn .btn.go-top {
  display: none;
  position: relative;
}

.fixed-btn > .btn.advisory {
  background-color: #fff;
}

.fixed-btn > .btn.go-top {
  background-color: #5ed6b0;
}

.fixed-btn > .btn.advisory > .fa {
  color: #434343;
  font-size: 1.5rem;
}

.fixed-btn > .btn.go-top > .fa {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 34em) {
  .fixed-btn {
    position: fixed;
    right: 1%;
    bottom: 5%;
  }

  .fixed-btn > .btn {
    padding: 0.25rem 0.5rem 0.35rem 0.5rem;
  }

  .fixed-btn > .btn.advisory > .fa,
  .fixed-btn > .btn.go-top > .fa {
    font-size: 1rem;
  }
}

.product-center-menu {
  z-index: 2021;
  top: calc(42px + 0.625rem + 1rem);
  left: 0;
  background-color: #f5f5f5;
  display: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 5px 6px rgba(130, 130, 130, 0.15);
}

.product-center-menu .dropdown-list {
  display: flex;
  justify-content: center;
}

.product-center-menu .dropdown-list .dropdown-item {
  min-width: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.product-center-menu .dropdown-list .dropdown-item h5 {
  margin: 7px 0 0 0;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: #333;
}

.product-center-menu .dropdown-list .dropdown-item span {
  font-size: 12px;
  color: #39aa8d;
  margin-top: 3px;
}

@media (min-width: 992px) {
  .product-center-menu {
    width: 100%;
    display: none;
    position: fixed !important;
  }

  .product-center-menu .dropdown-list {
    margin: 0 auto;
    width: 816px;
    justify-content: center;
  }

  .product-center-menu .dropdown-list .dropdown-item {
    width: 204px;
    position: relative;
    padding: 50px 0 26px 0;
  }

  .product-center-menu .dropdown-list .dropdown-item:not(:last-child):after {
    content: '';
    height: 100px;
    position: absolute;
    right: 0;
    width: 1px;
    background: #e0e0e0;
    top: 50px;
  }
}

@media (max-width: 992px) {
  .product-center-menu {
    display: none;
  }
}
